object frmDemo: TfrmDemo Left = 200 Top = 104 Width = 435 Height = 183 Caption = 'ssBC and QR Demo' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 104 Top = 16 Width = 194 Height = 13 Caption = 'ssBarcode and QuickReports v2.0 Demo' end object Label2: TLabel Left = 32 Top = 32 Width = 347 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Click on the button below to run a sample report showing the int' + 'egration between ssBC and QR.' end object Label3: TLabel Left = 24 Top = 72 Width = 361 Height = 25 Alignment = taCenter AutoSize = False Caption = 'NOTE: You must have the DBDEMOS sample tables that came with De' + 'lphi installed.' end object btnPreview: TButton Left = 160 Top = 120 Width = 89 Height = 25 Caption = 'Preview Report' TabOrder = 0 OnClick = btnPreviewClick end end